home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / rend10.lzh / REND1.0 / Include / graphicsubsystem.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-06  |  315 b   |  20 lines

  1. #ifndef GRAPHICSUBSYSTEM_H
  2. #define GRAPHICSUBSYSTEM_H
  3.  
  4. /* header files for the graphic subsystem */
  5.  
  6. #include "types.h"
  7. #include "errors.h"
  8. #include "control.h"
  9. #include "displaymap.h"
  10. #include "viewperstrans.h"
  11. #include "database.h"
  12. #include "transformation.h"
  13. #include "raster.h"
  14. #include "display.h"
  15.  
  16. #endif
  17.  
  18.  
  19.  
  20.